home *** CD-ROM | disk | FTP | other *** search
- Path: crc-news.doc.ca!usenet
- From: Slobodan Celenkovic <Celenkovic.Bob@ic.gc.ca>
- Newsgroups: comp.lang.c++
- Subject: Re: Errors in constructors
- Date: 3 Apr 1996 21:14:54 GMT
- Organization: Industry Canada
- Message-ID: <4jupoe$a7j@crc-news.doc.ca>
- References: <4is49h$k1o@usenetp1.news.prodigy.com> <4j9rvs$bi7@crc-news.doc.ca> <315C8CCB.1A8@aai.arco.com>
- NNTP-Posting-Host: bouhadrah.mohamed.bsd001.ic.gc.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; U; 16bit)
-
- Thanks for the reminder. The return code does belong within its class.
- Usually single RC suffices for the entire class, otherwise it can be made
- a data member so that each instance gets its own copy.
-
-